home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 October
/
PCWorld_1999-10_cd1.bin
/
Software
/
TemaCD
/
RCEdit
/
RCEdit.CAB
/
Back 1 in History.js
< prev
next >
Wrap
Text File
|
1996-09-21
|
69b
|
6 lines
// Navigator go back
function goback() {
history.go(-1);
}